Not sure if I should post this on the forum or not, just let me know. Anyhow, one of the things I really loved about the old API was how I could grab an aggregation of a nested field. For instance, I could grab a list of users and then, for each user, I could grab the number of transactions that they have made. Now, all aggregate data has to be grabbed through a FieldConnection which seems a little bit more annoying. Is there a way to grab nested aggregate data now? Like, grab users with the UserConnection and then grab the transaction count from within? Am I am missing something or is that not possible with the new API? Thank You