Count({required String columnName, String? label}) : super( columnName: columnName, label: label, type: AggregateType.count, );