$this->collection->map(function ($item) { return array_merge($item->toArray(), [ ]); }), 'total' => $this->total(), 'current_page' => $this->currentPage(), 'per_page' => $this->perPage(), ]; } }