belongsTo(TranscriptionProject::class, 'project_id'); } public function user(): BelongsTo { return $this->belongsTo(User::class); } }