Map<String, dynamic> toJson() { return { 'name': name, 'sum': sum, 'count': count, 'buckets': buckets.map((e) => e.toJson()).toList(), }; }