I\'ve a database schema like this --
const schema = new mongoose.Schema({ name: { type: String, required: true, min: 3, max: 100, }, ema