Skip to content

Commit ad21727

Browse files
authored
Update 1-counting-documents.mdx
1 parent 25cb2e5 commit ad21727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/50-counting-sorting/1-counting-documents.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Here, `$count` will count the resulting docs and will return a document with jus
3636

3737
```js
3838
{
39-
totalBooks: 2
39+
totalBooks: 15
4040
}
4141
```
4242

@@ -70,4 +70,4 @@ db.books.aggregate([
7070
showOnlyTheseFields,
7171
getJust15books,
7272
]);
73-
```
73+
```

0 commit comments

Comments
 (0)