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