From 52f10a3903a5a7d127ee9d13495b94047b2671f3 Mon Sep 17 00:00:00 2001 From: Meg528 <71841959+Meg528@users.noreply.github.com> Date: Wed, 12 Feb 2025 11:42:32 -0700 Subject: [PATCH] Update 80-array-sizes.mdx --- docs/40-using-arrays/80-array-sizes.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/40-using-arrays/80-array-sizes.mdx b/docs/40-using-arrays/80-array-sizes.mdx index f8c805d..c22caa3 100644 --- a/docs/40-using-arrays/80-array-sizes.mdx +++ b/docs/40-using-arrays/80-array-sizes.mdx @@ -1,7 +1,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -# 🦸 Size of an array +# 🦸 Size of an Array What if we want to know how many aliases an author has? To do that, we can use `$size`, adding the array field that we're interested in: @@ -87,7 +87,7 @@ db.authors.aggregate([ -👐 Find books with exactly three genres (We can $match using `{ {"bookCount": -1}}`.) +👐 Find books with exactly three genres (we can $match using `{ {"bookCount": -1}}`).
@@ -134,4 +134,4 @@ db.books.aggregate([ -
\ No newline at end of file +