Skip to content

Commit 899a083

Browse files
authored
Merge pull request #62 from Meg528/patch-47
Update unset-fields.mdx
2 parents c24f97d + ab11513 commit 899a083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/80-modifying-results/unset-fields.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ sidebar_position: 20
55
import Tabs from '@theme/Tabs';
66
import TabItem from '@theme/TabItem';
77

8-
# 👐 Removing Fields from Results
8+
# 👐 Unset Fields From Results
99

1010
## $unset
1111

12-
We can remove fields from the results, either using $project or more fine-grained, using $unset. If we don't want the attributes we can do:
12+
We can remove fields from the results, either using $project or more fine-grained, using $unset. If we don't want the attributes, we can do:
1313

1414

1515
<Tabs groupId="aggregations">

0 commit comments

Comments
 (0)