Hi, Wondering if there is any way to aggregate data using the GraphQL Api?
As an example, I would like to be able to retrieve the number of items contained within a boards group.
query { boards(ids: ####) { groups { item_count } } }
where item count would refer to a way to retrieve the number of items, or way to implement a graph ql function to count the number of items