Name | Type | Description | Notes |
---|---|---|---|
total | i32 | Total number of records. | |
per_page | i32 | Number of records per page. | |
current_page | i32 | The current page. | |
last_page | i32 | The last page of records. | |
from | Option<i32> | The ID of the first record on this page. This is specified as either integer or null purely for spec testing purposes. The model which is autogenerated from this definition will be thrown out and written by-hand. |
[optional] |
to | Option<i32> | The ID of the last record on this page. This is specified as either integer or null purely for spec testing purposes. The model which is autogenerated from this definition will be thrown out and written by-hand. |
[optional] |
path | String | The current paged path. |