factory TotalReport.fromJson(Map<String, dynamic> json) => TotalReport( slug: json["slug"], name: json["name"], total: json["total"], );