I\'m looking for help on the proper syntax for turning off select of property which is an array of subdocuments. I was hoping for something along these lines:
I came up with a similar problem and solved it using the slightly altered syntax below
var UserSchema = new Schema( { fb_id : Number, children : { type: [CustomChildSchema], select:false} } )