Extracting summary data from Lasair without pulling all individual rows

Hi there,
I am trying to extract summary data (e.g. total events per 10 degree square based on ra/decl or similar).
Unfortunately the API only allows simple queries so I can’t cut it down from SQL. Is there a way to get answers like this without first getting each individual row and then summarising? It seems like an unnecessary waste of API calls…