Using: ```js const photosService = iCloud.getService('photos'); const albums = await photosService.getAlbums(); ``` I get the full list of albums & root-level folders. But how can I retrieve subfolders (folder inside a folder)?
Using:
I get the full list of albums & root-level folders. But how can I retrieve subfolders (folder inside a folder)?