Since last week I noticed that the all_*_totals (eg. all_run_totals) have reset on the API to start counting from 0 even though the Strava Portal clearly indicates a much higher number.
On Strava portal my all time running stats are 113
However the API https://developers.strava.com/docs/reference/#api-Athletes-getStats no returns only my most recent run count
"all_run_totals": {
"count": 1,
"distance": 5630.0,
"moving_time": 2473,
"elapsed_time": 2519,
"elevation_gain": 86.63724517822266
},
How do I get this corrected?