| class | string | Y | The type of object which is being returned. In this case it will be list. |
| items_class | string | Y | The type of objects which are being returned in the data field as an array. In this case it will be token. |
| total_count | int | Y | The total number of search results. |
| pages | int | Y | The number of pages to hold all results. |
| page | int | Y | Current page being returned. |
| limit | int | Y | Number of results returned per page. |
| next_page | string | Y | A url which must be called to get the next page of tokens. null if we’re already at the last page. |
| previous_page | string | Y | A url which must be called to get the previous page of tokens. null if we’re already in the first page. |
| data | array | Y | The results corresponding to the current page. An array of objects. |