diff --git a/docs/50-counting-sorting/1-counting-documents.mdx b/docs/50-counting-sorting/1-counting-documents.mdx index 0ca3306..8f66a08 100644 --- a/docs/50-counting-sorting/1-counting-documents.mdx +++ b/docs/50-counting-sorting/1-counting-documents.mdx @@ -36,7 +36,7 @@ Here, `$count` will count the resulting docs and will return a document with jus ```js { - totalBooks: 2 + totalBooks: 15 } ``` @@ -70,4 +70,4 @@ db.books.aggregate([ showOnlyTheseFields, getJust15books, ]); -``` \ No newline at end of file +```