Record
collection-item-data-list
No description available.
record collection-item-data-list {
data: list<collection-item>,
page: f64,
per-page: f64,
total-count: f64,
}Fields
| Name | Type | Description |
|---|---|---|
| data | list<collection-item> | |
| page | f64 | |
| per-page | f64 | |
| total-count | f64 |