$this->id, 'featured_group_id' => $this->featured_group_id, 'groupable_type' => match ($this->groupable_type) { ProductVariant::class => 'variant', Bundle::class => 'bundle', default => 'unknown', }, 'groupable_id' => $this->groupable_id, 'order' => $this->order, ]; } }