SectionTitle
data class SectionTitle(val id: String, val type: CardItemType, val titleText: String, val itemIDs: List<String>) : CardItem
Represents a section header that groups related list items. If all items referenced by itemIDs are excluded, this section title should also be excluded.