@override Identity fromJson(Map<String, dynamic> json) { return Identity.fromJson(translate(json, Identity.knownProps)); }