Map<String, dynamic> toJson() { return { 'values': values.map((e) => e.toJson()).toList(), 'filters': filters.toJson(), }; }