/** * @return PaginatedCollectionBuilder */ public function withItems(array $items) { $this->paginatedCollection->setItems($items); return $this; }