Is there any way to do a `count('*')` expression in Ibis? Looks like there's no `ibis.count` I'm looking at doing something like ```python ibis.count('*').over(ibis.window(group_by=group)) ```