getService()->getModel()->orderBy('model', 'ASC', false); parent::setOrderByForList(); } protected function index_process(): array { $fields = [ 'fields' => ['model', 'status'], ]; $this->init('index', $fields); return parent::index_process(); } }