I am trying to get the count of tagged photos for a user.
When getting the user albums using "me/albums" there is a 'count' field for every album containing the photos count in each album. When using "me/photos" to get all tagged photos, there is no 'count' field.
Is there any other query that can supply this kind of data? Went over the graph api documentation and found nothing.