pub async fn storage_get_pending_sync_count( db: State<'_, DatabaseWrapper>, user_id: String, ) -> Result<i32, String>
Get count of pending sync operations for a user