pub type PersistenceFlushedResponse = PersistenceFlushedResponse;
pub struct PersistenceFlushedResponse { pub key: String, pub committed_bytes: u64, }
key: String
committed_bytes: u64