belongsToMany(Product::class, 'products_sizes') ->withPivot('price') ->withPivot('description') ->withTimestamps(); } }