groupByResults property
Group results.
There exists an element for each existing unique combination of property/values. The element contains a count for the number of times those specific property/values appear.
Implementation
core.List<GroupResult>? groupByResults;