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