Supported options:
* hint (string|document): The index to use. If a document, it will be
interpretted as an index specification and a name will be generated.
* limit (integer): The maximum number of documents to count.
* maxTimeMS (integer): The maximum amount of time to allow the query to
run.
* readConcern (MongoDB\Driver\ReadConcern): Read concern.
For servers < 3.2, this option is ignored as read concern is not
available.
* readPreference (MongoDB\Driver\ReadPreference): Read preference.
* skip (integer): The number of documents to skip before returning the
documents.