hasMany(Product::class); } public function items() { return $this->belongsToMany(Item::class); } }