Add an operator collection.exists
`collection.exists({ "foo": "bar" })` == `collection.count({ "user": "bar" }, { limit: 1 })`
issue