how to get all documents in mongodb where key exists code example Example: mongodb exists db.records.find( { a: { $exists: true } } )