MongoDB cocok dengan beberapa bersarang
// Use $elemMatch
Model.findOne({
views: {
$elemMatch: {
year: 2012,
month: 6
}
}
}, {
'views.$': 1
})
florinrelea