const factory FollowFeed({@JsonKey(name: 'feed_id') required int feedId, required bool follow, required String auth}) = _FollowFeed;