Skip to content

Instantly share code, notes, and snippets.

@hjanuschka
Created September 2, 2016 06:52
Show Gist options
  • Select an option

  • Save hjanuschka/90529baeb4682f2f59f0788b82caf91a to your computer and use it in GitHub Desktop.

Select an option

Save hjanuschka/90529baeb4682f2f59f0788b82caf91a to your computer and use it in GitHub Desktop.
[
{ $match: { "vision.labels": { $in: ["cat"] } } },
{ $group: { _id: null, count: { $sum: 1 } } }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment