belongsTo(Product::class); } public function wholesalePrices() { return $this->hasMany(WholesalePrice::class); } }