Map<String, dynamic> toJson() => { "status": status, "typeReportMap": typeReportMap?.toJson(), "stats": stats?.toJson(), };