At the moment it's possible to aggregate a column using COUNT, but not COUNT DISTINCT. That means we have to create a beastmode for it every time we need to add that 'distinct' element. Could it be simplified by having this as an aggregation option directly?