A collection of functors for grouping.
| any | gets a random property value from a group |
| count | gets the number of items in a group |
| max | gets the maximum value of a property |
| min | gets the minimum value of a property |
| string | adds a custom property to data items |
| sum | gets the sum of property values |