* @return \Illuminate\Database\Eloquent\Relations\HasMany */ public function carts(): HasMany { return $this->hasMany(Cart::class); } }