Support of standard aggreations in select clause:
{{select count(distinct h.author) from Hypothesis h select min(m.viewerRating) from Movie where m.genre = :genre ...}}