Result structure for item search operations
Contains paginated search results for item queries along with metadata about the search.
ItemSearchResult
const searchResult: ItemSearchResult = { items: [], total: 42, page: 1, limit: 20}; Copy
const searchResult: ItemSearchResult = { items: [], total: 42, page: 1, limit: 20};
Result structure for item search operations
Contains paginated search results for item queries along with metadata about the search.
ItemSearchResult
Example