Hi, it is my first project using CosmosDB and it seems like GroupBy is not supported in CosmosDB Linq. Is there any workarounds for this? I prefer not writing the SQL-like syntax if possible, and not pulling everything from the db and process in memory..
Thanks in advance