I using Mongoose for interacting with MongoDB, here is my product schema:
product
const productSchema = new mongoose.Schema({ name: { type: S