Database

[{attributes:[{name:"Cool",value:true},{name:"x",value:true}]},{attributes:[{name:"y",value:true},{name:"x",value:true}]}]

Query

db.collection.find({"attributes.name":{$ne:"Cool"}})

Result