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