const factory DeletePost({@JsonKey(name: 'post_id') required int postId, required bool deleted, required String auth}) = _DeletePost;