Adds an aggregate filter with AND to the existing HAVING clause.
Query<R, F> having(Expr<bool?> Function(F) condition) => copyQuery(queryState.copy(having: condition(queryFields)));