Hello, I'm looking at the API endpoints and the data they provide and scratching my head – I want to get a list of feeds with their titles & unread counts. Do I have to make multiple calls to achieve this? AFAIK, I'll need to fetch `subscription/list` and then `unread-count`, and cross-reference the two by id.
Is there a way to avoid two calls for this scenario?
Thx!