belongsTo(User::class); } public function artwork(): BelongsTo { return $this->belongsTo(Artwork::class); } }