pub(super) async fn check_objects_exist( client: &Client, objects: &BTreeSet<ObjectId>, ) -> Result<BTreeSet<ObjectId>, ConnectionError>
Check which objects from a set exist in the production database.