Conversation Summary
data class ConversationSummary(val conversationId: String, val participants: List<NostrPublicKey>, val lastMessage: String, val lastCreatedAt: Long, val messageCount: UInt)
Newest-first conversation summary from authenticated durable projections.