From 44d321f1e168321ffab421c353986b154dc0dad1 Mon Sep 17 00:00:00 2001 From: Meg528 <71841959+Meg528@users.noreply.github.com> Date: Wed, 12 Feb 2025 11:24:26 -0700 Subject: [PATCH] Update 2-match.mdx --- docs/30-simple-queries/2-match.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/30-simple-queries/2-match.mdx b/docs/30-simple-queries/2-match.mdx index 49a010d..891ceba 100644 --- a/docs/30-simple-queries/2-match.mdx +++ b/docs/30-simple-queries/2-match.mdx @@ -173,7 +173,7 @@ db.books.aggregate([ -👐 How many are there? We haven't yet seen the `$count` stage, but try to adding a second stage to your pipeline with `{ $count: "books_count" }` +👐 How many are there? We haven't yet seen the `$count` stage, but try to add a second stage to your pipeline with `{ $count: "books_count" }`.
Answer