const results = await Model.aggregate([ { $match: { id: { $in: ['someid'] }, 'foo.bar': true, 'foo.baz': true } } ]).exec()