I have this model in Mongoose:
const Product = mongoose.Schema({ categories: [String], name: String })
I want to look in name and c
name
c