Here is my schema:
const personSchema = new mongoose.Schema({ name: { type: String, minlength: 3, unique: true, required: