A dictionary with fields
Field | Type | Description |
---|---|---|
name | String | name to identify which is which in the results |
type | String | Type of stats |
group_by | String | Split result data in certain groups |
{
"name": "...",
"type": "order_count",
"group_by": "day"
}