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