Hello, I’m trying to access paginated records via API and return specified fields in the ‘fields’ query parameter. But when I include pagination offset to the following requests and modify fields that should be included in response, it makes no effect. Only fields that were specified in the first request are returned, no matter if I don’t pass ‘fields’ parameter in the first request and when I do in the subsequent requests with included pagination offset. Is it possible to achieve?