const factory GetPostLikes({@JsonKey(name: 'post_id') required int postId, int? page, int? limit, String? auth}) = _GetPostLikes;