if (description.maxItems || description.maxLength) {
      joi = joi.max(description.maxItems || description.maxLength)
    }