Hello there,
I’ve created an app for my analytics web application and I’ve managed to connect and use it successfully.
I’m now trying to get the `device_name` from the `GET /athlete/activities` endpoint but I saw that the model returned does not contain it.
In order to get that info I could do a single `GET /activities/{id}` for each activity found in the former, but in doing so I would burn a lot of resources on your end and deplete my hourly/daily limits.
Is there another way of getting the device name?
Thank you