@override FeedEntity? fromMap(Object? o, {Map<String, String>? newDocumentIds}) { return FeedEntity.fromMap(o, newDocumentIds: newDocumentIds); }