Wählen Sie Element in Populate Mongoose aus
Model
.find(query)
.populate({
path: 'key_with_ref',
select: ['field_1', 'field_2']
});
Stupid Spider
Model
.find(query)
.populate({
path: 'key_with_ref',
select: ['field_1', 'field_2']
});