RoomSyncUnreadNotifications

fun RoomSyncUnreadNotifications(    @Json(name = "events") events: List<Event>? = null,     @Json(name = "notification_count") notificationCount: Int? = null,     @Json(name = "highlight_count") highlightCount: Int? = null)