Skip to content

Commit

Permalink
Update 1-counting-documents.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
joellord authored Mar 7, 2024
1 parent 25cb2e5 commit ad21727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/50-counting-sorting/1-counting-documents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Here, `$count` will count the resulting docs and will return a document with jus

```js
{
totalBooks: 2
totalBooks: 15
}
```

Expand Down Expand Up @@ -70,4 +70,4 @@ db.books.aggregate([
showOnlyTheseFields,
getJust15books,
]);
```
```

0 comments on commit ad21727

Please sign in to comment.