Future<List<FileObject>> removeObservation(List<String> blobPaths) async { return await env.client.storage .from(_observationsBucketName) .remove(blobPaths); }