'integer', ]; public function dictionary(): BelongsTo { return $this->belongsTo(Dictionary::class); } }