# CollectionSection

**Category:** Common/Types

## API

### Props

| Prop | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `title` | `string` | Yes | - | A title for the section. |
| `primaryAction` | `CtaBaseProps` | No | - | A primary call to action for the section. |
| `badge` | `SectionBadgeConfig` | No | - | A badge for the section. Configuration object for showing item count. |
| `summary` | `SectionSummaryItem[]` | No | - | Summary items to display in the section header. Each item can have an icon, text label, and count. |
| `collapsed` | `boolean` | No | - | Whether the section is collapsed. When true, the section items are hidden. |

