belongsTo(Study::class); } public function radiologist(): BelongsTo { return $this->belongsTo(User::class, 'radiologist_id'); } }