csvalpha / amber-api

https://csvalpha.nl
MIT License
4 stars 4 forks source link

Add number of tagged photos to album #440

Open wilco375 opened 1 month ago

wilco375 commented 1 month ago

Currently, for the photo overview, the number of tagged photos are displayed by getting the photos for each album and counting the tags on the client side. This can be optimized by performing this query on the database side and adding a number of tagged photos property to the album object.