DTO for notification list display.
NotificationListItem(string Id, string Title, string? Body, string? Channel, string DateText, string StateLabel, int OccurrenceCount)
Initializes a new instance of the NotificationListItem class.
string Channel
Channel label used for display and icon resolution.
int OccurrenceCount
Number of occurrences merged into this record.