const factory HidePost({@JsonKey(name: 'post_id') required int postId, required bool hidden, required String auth}) = _HidePost;