Add audit information from Budget (Detail) to Budget (List) as currently neither method allows for retrieving the most recently changed budget entries. Very cumbersome to retrieve a list to get the scenario ids then detail to get the dates on for each and then finally retrieve the details. A lot of unnecessary calls. Another option would be to create more of a search endpoint like the Project/Account to query for items added/modified after xyz and have the detail lines baked into the results to further reduce the number of API calls.