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