$this->collection, 'links' => [ 'path' => $this->path(), "first"=> $this->url(1), "last"=> $this->url($this->lastPage()), "prev"=> $this->previousPageUrl(), "next"=> $this->nextPageUrl() ], 'meta' => [ "current_page"=> $this->currentPage(), "last_page"=> $this->lastPage(), 'per_page' => $this->perPage(), "total"=> $this->total() ], ]; } }