collection.exists({ "foo": "bar" }) == collection.count({ "user": "bar" }, { limit: 1 })
collection.exists({ "foo": "bar" })
collection.count({ "user": "bar" }, { limit: 1 })