Grouped Count
- properties.aggregate.count
Input:
- objects – Property-Holder
- id_key – String
- out_key – String
Output:
- output – Row
For each distinct value from id_key, counts the number of occurrences.
The output key defaults to count but can be overridden with out_key.