Record
editorial-search-results
No description available.
record editorial-search-results {
data: list<editorial-content>,
message: option<string>,
next: option<string>,
page: option<s32>,
per-page: option<s32>,
prev: option<string>,
search-id: option<string>,
total-count: s32,
}Fields
| Name | Type | Description |
|---|---|---|
| data | list<editorial-content> | |
| message | option<string> | |
| next | option<string> | |
| page | option<s32> | |
| per-page | option<s32> | |
| prev | option<string> | |
| search-id | option<string> | |
| total-count | s32 |