Database

[{data:{"abc":{"Id":"100"},"xyz":{"Id":"123"}}}]

Query

db.collection.find({"data.abc":{$exists:true}},{"data.abc":1})

Result