$this->currentPage(), 'total_page' => $this->lastPage(), 'per_page' => $this->perPage(), 'has_more' => $this->hasMorePages(), 'total' => $this->total(), ]; } }