We could have something to simplify querying with: ``` .find({ status: "open" }) ``` It would default to `AND` query and we could implement something like the mongodb syntax if needed.
We could have something to simplify querying with:
It would default to
ANDquery and we could implement something like the mongodb syntax if needed.