Skip to content

Instantly share code, notes, and snippets.

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