Properties
| Name | Type | Required | Description |
|---|---|---|---|
| limit | Long | ❌ | defines the maximum number of items to return per page (default: 50) |
| startingAfter | String | ❌ | a cursor for use in pagination, points to the last ID in previous page |
| endingBefore | String | ❌ | a cursor for use in pagination, points to the first ID in next page |