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.
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.