belongsTo(PriceList::class, 'price_list_id'); } public function clients(): HasMany { return $this->hasMany(Client::class, 'group_id'); } }