Skip to content

Instantly share code, notes, and snippets.

@charlesBochet
Created July 2, 2017 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlesBochet/45d9242691811845fa8bb879a6b6b281 to your computer and use it in GitHub Desktop.
Save charlesBochet/45d9242691811845fa8bb879a6b6b281 to your computer and use it in GitHub Desktop.
{
'$project': {
'quarterStart': '$_id.quarterStart',
'clientCode': '$_id.clientCode',
'recipients': {
'$slice': ["$recipients", 1000]
},
'totalCount': '$totalCount',
'recipientsCount': '$recipientsCount'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment