Querying https://api.podcastindex.org/api/1.0/search/bytitle?max=99&q=Test returns 99 podcasts, as expected. Querying https://api.podcastindex.org/api/1.0/search/bytitle?max=100&q=Test results in ``{"status":"true","feeds":[],"count":0,"query":"Test","description":"No results found."}`` When the max is hit, the intended behaviour should always be a 400 error; not a 200 with "no results found". https://podcastindex-org.github.io/docs-api/#get-/search/bytitle