Is there a way, using the 'rdp.search' capability in Eikon Data API, to access the 'Total' amount of items returned from the search?
You can do this when accessing the RDP API directly using REST calls
but I can't figure out where in the result returned back from the 'rdp.search' function, is the total amount of items returned. I therefore hardcoded it to 1000 items. I'd rather use the 'rdp.search' function instead of direct REST calls, but I also wan to do this the correct way and know exactly how many items I should be requesting back from the search results.