with('location')->withCount('servers') ) ->allowedFilters(['uuid', 'name']) ->allowedSorts(['id']) ->paginate(25); return $this->view->make('admin.nodes.index', ['nodes' => $nodes]); } }