Which validation ensures a number field is not below a specified value in Mongoose (in this case 18)?
age: {
type: Number,
___: 18
}
Which validation ensures a number field is not below a specified value in Mongoose (in this case 18)?
age: {
type: Number,
___: 18
}