We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef883f commit 765a7c7Copy full SHA for 765a7c7
source/reference/method/db.collection.countDocuments.txt
@@ -20,9 +20,9 @@ Definition
20
command
21
.. include:: /includes/fact-mongosh-shell-method-alt
22
23
- Returns the count of documents that match the query for a collection
24
- or view. This method is
25
- available for use in :doc:`/core/transactions`.
+ Returns an integer for the number of documents that match the query
+ of the collection or view. This method is available for use in
+ :ref:`transactions`.
26
27
.. code-block:: javascript
28
0 commit comments