docs/ReportDataSet.md in ultracart_api-3.10.133 vs docs/ReportDataSet.md in ultracart_api-3.10.134
- old
+ new
@@ -10,10 +10,10 @@
**for_object_id** | **String** | An identifier that can be used to help match up the returned data set | [optional]
**for_object_type** | **String** | The type of object this data set is for | [optional]
**initial_pages** | [**Array<ReportDataSetPage>**](ReportDataSetPage.md) | Initial pages returned in the dataset | [optional]
**max_results** | **Integer** | The total number of results | [optional]
**merchant_id** | **String** | Merchant that owns this data set | [optional]
-**page_count** | **Integer** | The size of the pages | [optional]
+**page_count** | **Integer** | The total number of pages in the result set | [optional]
**page_size** | **Integer** | The size of the pages | [optional]
**schema** | [**Array<ReportDataSetSchema>**](ReportDataSetSchema.md) | The schema associated with the data set. | [optional]
**security_level** | **String** | Security level this dataset was read from. | [optional]
**timezone** | **String** | | [optional]
**user_data** | **String** | Any other data that needs to be returned with the response to help the UI | [optional]