firstname: Joi.string()
      .trim()
      .regex(/^[a-zA-Z]+$/)
      .min(1)
      .max(20)