Please include the total number of threads in each response from the /threads/search API.
Use case: Creating a dashboard for ambient agents where a user sees many threads in different states (different search filters on /threads/search). The user needs to be able to page through all of the threads. Right now there is no way to indicate the total number of threads in each state, and therefore inform the user of how many pages of threads exist. There is a manual hacky workaround that is unacceptable on an enterprise platform - it involves performing multiple requests of of increasing the page size and or offset and performing multiple fetch calls until we’ve retrieved all threads.
This should be a core feature.