@override Map<String, Object?> toJson() { final data = super.toJson(); data['usage'] = usage; return data; }