aggregate_customer
Group customers by a specified property, count each group, and optionally sum a numeric property to get query-time aggregates without precomputation.
Instructions
Group Customer objects by a property, counting each group and optionally summing a numeric property. Query-time aggregation — nothing is precomputed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | ||
| group_by | Yes |