Synchronization State
data class SynchronizationState(val phase: SynchronizationPhase, val untilTimestamp: Long, val pageLimit: UInt, val haveCount: UInt, val needCount: UInt, val requestedCount: UInt, val committedCount: UInt)
Redacted progress for the synchronization owned by the active transport run.