total, so you can page to completion:
offset by limit until offset + limit >= total.
The activity list is scoped by
athlete_id and date range rather than a running
total. Page it by advancing offset until a page returns fewer than limit
items, or narrow the start_date / end_date window.limit or offset values return 400 with code validation_error.
limit is clamped to a maximum of 100.