Is there any way to get the last uploaded photos of an athlete?
Like the native strava app is doing when you visit an athlete profile.
Currently, the only way of doing this is to loop over the last activities of an athlete and call the /activity/{activity_id}/photos?size=2048 endpoint.
But of course it is long and will raise a 429 Too many requests.
Something like /athlete/photos or something would be nice but it does not seem to exist