Group Results by Property Values Â
GROUP_BY organizes query results into groups based on one or more property values, returning count summaries for each unique combination.GROUP_BY returns only the count summaries for each unique combination of the specified properties. This is ideal for analytics, distribution analysis, and understanding data patterns without returning full objects.