Hi! I’m new to amplitude so please bear with me while I assimilate to the lingo 
I’m trying to do an API call to a chart that I have already created. This is the following GET URL I am using:
https://amplitude.com/api/3/chart/xxxxxx/query
In the response, I don’t see an attribute telling me how many pages I have. This is what I see at the bottom of the response. Can someone help me with this? In Amplitude, I have 1200 results but in the API, it’s capped at 1000
"timeComputed": 1706812263267,<br /> "wasCached": true,<br /> "cacheFreshness": "FRESH",<br /> "novaRuntime": 47,<br /> "novaRequestDuration": 79,<br /> "novaCost": 0,<br /> "throttleTime": 0,<br /> "minSampleRate": 1.0,<br /> "transformationIds": [],<br /> "backend": "novaV2",<br /> "realtimeDataMissing": false,<br /> "timedOutRealtimeData": false,<br /> "missedCacheAndNotComputed": false,<br /> "partialMergedAndNewUserInformation": false,<br /> "prunedResult": true,<br /> "hitChunkGroupByLimit": false,<br /> "subcluster": 9,<br /> "millisSinceComputed": 2440356,<br /> "earliestServerReceivedTime": 9223372036854775807,<br /> "queryIds": [<br /> "xxxxxx"<br /> ],<br /> "novaRequestStartAndEndTimes": [<br /> [<br /> 1706814703525,<br /> 1706814703604<br /> ]<br /> ],<br /> "perQueryMetadata": [<br /> {<br /> "queryId": "xxxxxx",<br /> "queryType": "MULTI_SEGMENTATION",<br /> "cached": true,<br /> "cacheFreshness": "FRESH",<br /> "throttleTime": 0,<br /> "novaCost": 0,<br /> "minSampleRate": 1,<br /> "realtimeDataMissing": false,<br /> "externalDataMissing": false,<br /> "timedOutRealtime": false,<br /> "missedCacheAndNotComputed": false,<br /> "prunedResult": true,<br /> "hitChunkGroupByLimit": false<br /> }<br /> ],<br /> "prunedAmpIds": [],<br /> "dashRequestDuration": 481.92405700683594,<br /> "dashRuntime": 402.92405700683594