*/ public function toArray(Request $request): array { return [ 'current_page' => $this->currentPage(), 'total_pages' => $this->lastPage(), 'per_page' => $this->perPage(), 'total_items' => $this->total(), ]; } }