readOnly(), ]; } /** * Get the resource filters. * * @return array */ public function filters(): array { return [ // Filter::make('id'), ]; } public function repository(): AccountRepository { $this->setUserGroup($this->server->getUsergroup()); return AccountRepository::make() ->withServer($this->server) ->withSchema($this) ->withUserGroup($this->userGroup); } }