आप आवश्यकतानुसार सटीक आउटपुट प्राप्त करने के लिए मोंगोडब एकत्रीकरण का उपयोग कर सकते हैं
Account..aggregate([
{$match:{'buildings.gateways.devices.verificationCode':"4146"}},
{$unwind:"$buildings"},
{$unwind:"$buildings.gateways"},
{$unwind:"$buildings.gateways.devices"},
{$match:{'buildings.gateways.devices.verificationCode':"4146"}}
])