आप $replaceRootका इस्तेमाल करके नीचे दिए गए एग्रीगेशन को आज़मा सकते हैं कोड>
db.collection.aggregate([
{ "$match": { "codeInstances.name": "b", "type": "Package" }},
{ "$unwind": "$codeInstances" },
{ "$match": { "codeInstances.name": "b", "type": "Package" }},
{ "$replaceRoot": { "newRoot": "$codeInstances" }}
])