const factory LockPost({@JsonKey(name: 'post_id') required int postId, required bool locked, required String auth}) = _LockPost;