Hi Team i would like to know what is the best way to find the oldest case and the most recent
i've tried with the /cases/search endpoint and the best way i've found is to filter by some periods of time lets say 1 year, or 1 month and order by creationDate column but for some accounts that is not possible because it seems that the endpoint has a limit on the quantity of results
i get this error
"code": "SEARCH_RESULTS_TOO_LARGE", "message": "The search returns too many results. Please adjust your search attributes."
which forces me to look for shorter periods of time but taking more request to actually find the oldest or most recent