Database

[{_id:1,data:{extra:123,foo:"bar"}},{_id:2,data:{foo:"bar"}}]

Query

db.collection.find({"data":{"foo":"bar"}})

Result