factory GroupByItem.fromJson(Map<String, dynamic> json) { return GroupByItem(value: json['value'], count: json['count']); }