File tree 1 file changed +6
-6
lines changed
source/fundamentals/crud/read-operations
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:
99
99
100
100
* - ``Collation``
101
101
- | The type of language collation to use when sorting results.
102
- | Default: ``nil ``
102
+ | Default: ``null ``
103
103
104
104
* - ``Hint``
105
105
- | The index to use to scan for documents to count.
106
- | Default: ``nil ``
106
+ | Default: ``null ``
107
107
108
- * - ``Limit``
108
+ * - ``Limit``
109
109
- | The maximum number of documents to count.
110
- | Default: ``0``
110
+ | Default: ``0``
111
111
112
112
* - ``MaxTime``
113
113
- | The maximum amount of time that the query can run on the server.
114
- | Default: ``nil ``
114
+ | Default: ``null ``
115
115
116
116
* - ``Skip``
117
117
- | The number of documents to skip before counting.
@@ -164,7 +164,7 @@ You can set the following properties in a ``EstimatedDocumentCountOptions`` obje
164
164
165
165
* - ``MaxTime``
166
166
- | The maximum amount of time that the query can run on the server.
167
- | Default: ``nil ``
167
+ | Default: ``null ``
168
168
169
169
Example
170
170
```````
You can’t perform that action at this time.
0 commit comments