'integer', 'sort' => 'integer', ]; public function items(): HasMany { return $this->hasMany(DictItem::class, 'dict_type_id'); } }