hi i have Product Schema with attributes:[ { name: { type:String, required: true, trim: true }, values: [{ type:String, required: true, trim: true }] }], i am trying to g