pub(crate) type StorageCollections = Arc<dyn StorageCollections + Send + Sync>;
pub(crate) struct StorageCollections { /* private fields */ }