Poll Response Aggregated Summary
data class PollResponseAggregatedSummary(val aggregatedContent: PollSummaryContent? = null, val closedTime: Long? = null, val nbOptions: Int = 0, val sourceEvents: List<String>, val localEchos: List<String>, val encryptedRelatedEventIds: List<String>)