Interface: SearchCatalogResponse
@kortexya/reasoninglayer / Marketplace / SearchCatalogResponse
Interface: SearchCatalogResponse
Defined in: src/types/marketplace.ts:115
Catalog search results.
Remarks
total is the number of matches BEFORE limit truncation, so
total > items.length signals that results were truncated.
Properties
items
items:
PluginSummary[]
Defined in: src/types/marketplace.ts:117
The matching catalog rows.
total
total:
number
Defined in: src/types/marketplace.ts:119
The total number of matches, before truncation by limit.