Catch Up Summary
data class CatchUpSummary(val messages: Long, val conversations: Long, val completed: Boolean, val failed: Long)
Counts the messages and conversations stored by Client.catchUpToLive. failed counts processing failures. completed is false if processing fails or the run does not reach its targets before the timeout.