**Describe the bug** <!--- A clear and concise description of what the bug is. --> I found that the argument limit is not working when I query for news using list_ticker_news. **To Reproduce** <!--- --> Steps to reproduce the behavior: 1. Create a polygon python client 2. Use list_ticker_news with limit 3. Iterate the query results 4. Check how many items were fetched **Expected behavior** <!--- A clear and concise description of what you expected to happen. --> Exactly `limit` number of results are displayed **Screenshots** <!--- If applicable, add screenshots to help explain your problem. -->  **Additional context** <!--- Add any other context about the problem here. --> I think it may be related to #858