@override Map<String, dynamic> toJson() { final json = super.toJson(); addWhenNotNull(json, "ticket_count", ticketCount); return json; }