File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
source/fundamentals/crud/read-operations Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -99,19 +99,19 @@ You can set the following properties in a ``CountOptions`` object:
9999
100100 * - ``Collation``
101101 - | The type of language collation to use when sorting results.
102- | Default: ``nil ``
102+ | Default: ``null ``
103103
104104 * - ``Hint``
105105 - | The index to use to scan for documents to count.
106- | Default: ``nil ``
106+ | Default: ``null ``
107107
108- * - ``Limit``
108+ * - ``Limit``
109109 - | The maximum number of documents to count.
110- | Default: ``0``
110+ | Default: ``0``
111111
112112 * - ``MaxTime``
113113 - | The maximum amount of time that the query can run on the server.
114- | Default: ``nil ``
114+ | Default: ``null ``
115115
116116 * - ``Skip``
117117 - | The number of documents to skip before counting.
@@ -164,7 +164,7 @@ You can set the following properties in a ``EstimatedDocumentCountOptions`` obje
164164
165165 * - ``MaxTime``
166166 - | The maximum amount of time that the query can run on the server.
167- | Default: ``nil ``
167+ | Default: ``null ``
168168
169169Example
170170```````
You can’t perform that action at this time.
0 commit comments