I have a visualization linked to a URL data action and would like to know if there is a way to limit the number of tokens it can pass to the url when it builds the URL string. Currently has potential to build a string with hundreds of tokens but the service it is calling requests only 25 at a time. Would like to restrict to build string with only the first 25 results if possible.