Zagnieżdżony obiekt mongoose bez identyfikatora
var subSchema = mongoose.Schema({
//your subschema content
},{ _id : false });
Arex
var subSchema = mongoose.Schema({
//your subschema content
},{ _id : false });