diff --git a/rc_database/src/wrapper.rs b/rc_database/src/wrapper.rs
index e6ecb80..eb84534 100644
--- a/rc_database/src/wrapper.rs
+++ b/rc_database/src/wrapper.rs
@@ -241,10 +241,40 @@ impl Database {
.await
}
- pub async fn garage_storage_by_user_id(&self, _user_id: i32) -> Result