Currently in the radarr implementation 3 calls are made to retrieve all the information
GET /torrents - to get a list of all the torrents that exist
then we call
/torrents/{index or hash_info} for each of the torrents
and
/torrents/{index or hash_info}/stats for each of the torrents
can a GET /torrents?detailed=true be created in order to retrieve all the required infromation at once?
or maybe a /torrents/all