factory Metadata.fromJson(Map<String, dynamic> json) => Metadata( customer: Customer.fromJson(json["customer"]), );