SearchResult

fun SearchResult(    nextBatch: String? = null,     highlights: List<String>? = null,     results: List<EventAndSender>? = null)