I have a Review Model and Product Model such as:
const ProductReviewSchema = Schema({ rating: { type: Number, min: 1, max: 5, requi