Skip to content

Instantly share code, notes, and snippets.

@Rishabh570
Created March 1, 2022 07:26
Show Gist options
  • Save Rishabh570/e7a79d1e833783794936cba9d7312aa1 to your computer and use it in GitHub Desktop.
Save Rishabh570/e7a79d1e833783794936cba9d7312aa1 to your computer and use it in GitHub Desktop.
{
"$group": {
"_id": {
"rating": "$rating"
},
"releasedIn": {
"$addToSet": "$release_year"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment