'like', 'status' => '=', ]; public function getList(): mixed { return self::query()->select($this->fieldsInList)->quickSearch()->get()->toTree(); } }