Future<List<GetObjectResult>> getObjects(List<String> objectIds, {List<String>? readMask}) => core.getObjects(objectIds, readMask: readMask);