It seems that search is hard coded to return 5 results.
In my use case, I'd like more than 5 results, but even if I try 3, it still returns 5.
`topic = 'news'
response = cli.search.list(
q=topic,
search_type=["channel", "video", "playlist"],
count=3,
limit=50)`