Skip to content

Instantly share code, notes, and snippets.

@mstaack
Created April 1, 2020 14:56
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 mstaack/46dca646d5da869ee2e87891d0088500 to your computer and use it in GitHub Desktop.
Save mstaack/46dca646d5da869ee2e87891d0088500 to your computer and use it in GitHub Desktop.
[
'$facet' => [
'data' => [
['$skip' => 30],
['$limit' => 30],
],
'total' => [
['$count' => 'count'],
]
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment