Database

[{"_id":"somestring","attributes":{"SomeKey":{"code":"SomeCode","name":"SomeName",}}},{"_id":"somestring2","attributes":{}}]

Query

db.collection.aggregate([{$match:{attributes:{$ne:{}}}}])

Result