belongsTo(User::class); } public function artists(): HasMany { return $this->hasMany(Artist::class, 'manager_id'); } }