belongsToMany(ProductHost::class,$this->table,'id','id','id',$this->table.'_id'); } public function getBillingIntervalAttribute(): int { return 4; // Yearly } }