I am working with the rest connector and have run into some issues with pagination. The API we are accessing uses next URL for their pagination but there are multiple values within the 'Link' field in the header. This is the value that is in the 'Link' field '<https://domain.freshservice.com/api/v2/departments?per_page=100&page=2>; rel="next"'. I'm guessing that when the qlik rest connector is trying to use the whole string to try to find the next page and cannot do it because their are multiple values within it. Does anyone have any experience with handling an issue like this?