---
title: SearchResponse.PaginationInfo
framework: applemapsserverapi
role: symbol
role_heading: Object
path: applemapsserverapi/searchresponse/paginationinfo-data.dictionary
---

# SearchResponse.PaginationInfo

An object that returns a page of search responses.

## Declaration

```data
object SearchResponse.PaginationInfo
```

## Properties

nextPageToken: An opaque string that the server uses to fetch the next page of search responses. prevPageToken: An opaque string that the server uses to fetch the previous page of search responses. totalPageCount: The total number of pages for the request. totalResults: The total number of results for the request.

## See Also

### Place information returned by a search

- [SearchResponse.Place](applemapsserverapi/searchresponse/place.md)
