await supabase
.from('collections')
.select("*, items(*), collection_share!inner(shared_with, can_edit)")
.eq("collection_share.shared_with", sharedWithId)
await supabase
.from('collections')
.select("*, items(*), collection_share!inner(shared_with, can_edit)")
.eq("collection_share.shared_with", sharedWithId)