You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can already today use friends.city(_count()) as long as friends is not an array.
Thinking the best way to do this would be to support: friends[].city(_count()) so that aggsy knows that an array is expected.
With an array like:
Aggsy should be able to group by friends.city - maybe by
aggsy('friends.city()', people)
?Returning:
So
aggsy('friends.city(_count()), people)
makes sense..The text was updated successfully, but these errors were encountered: