morphMany('App\Models\Selling', 'item'); } function prices() { return $this->morphMany('App\Models\Price', 'item'); } }