MongoDB Найти массив, который не содержит объекта

db.test.find({ "data.code" : { "$ne" : "special" } })
florinrelea