Hi,
I have trouble getting assets out of an Album including the tags using /api/albums/:id
I get everything I need except the OPTIONAL tags array for each asset in the album. If I query single images with GET /api/assets/:id I receive the associated tags for the asset without a problem.
Do anybody know what I do wrong? Or how can i query all images in an album with the associated tags for each one