I have a "search" endpoint in my API that requires quite a lot of work in the backend.
For that reason, I've added a Rate limit per minutes (10 req/m) but I also would like to add a rate limit per day to avoid abuse.
The issue I'm facing is regarding the X-Rate-Limit headers. Which one do I display? Is there a technique to display two "values" like in my case?