1 2 3 4 5
pub struct ClientStorageInfo { pub usage: usize, pub quota: usize, pub objects_unlocked_this_run: usize, }