constructor (response: ApiResponse<T[]>, method: ApiMethod, endpoint: string) {
    super(...response.data)
    this._paginate = {
      page: response.page,
      method: method,