ProgressIndicatorModel
constructor(conversationEntry: ConversationEntry, entries: List<ConversationEntry> = when (conversationEntry.entryType) {
ConversationEntryType.QueuePosition -> listOf(conversationEntry)
else -> emptyList()
})