$paginator = $this->items()->where('position', '=', null)->paginate(15); $paginator->getCollection()->transform(function ($value) { // Your code here return $value; });