- Support statistical aggregate operations like `stddev`, `stddev_pop`, `variance` and `var_pop` - Support `COUNT` on columns (also using `DISTINCT`) via arguments to `count` field Ex:- `count(columns: [id, author_id], distinct: true)`