Is it possible to define the range of integer values in a Number field in MongoDB?
slider_value: { type: Number, required: false, }, This is the Mongoose schema for one of the fields in my MongoDB model. Is it possible to specify the acceptable integer values in this field? for example, this field may only accept…