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