Paging information for a search query's results
| Name | Type | Description |
| PageNumber | Int32 | Deprecated, use the Skip property to skip some number of results |
| PageSize | Int32 | Deprecated, use the Count property |
| Count | Int32 | The number of search results to get |
| Skip | Int32 | How many results to skip before returning "Count" number results. |