'boolean', ]; public function items(): HasMany { return $this->hasMany(DictionaryItem::class)->orderBy('sort'); } }