API ReferenceTypesSearchResponseOn this pageSearchResponse type SearchResponse = { hasMore: boolean; isPlanRestricted: boolean; items: SearchResult[]; nextCursorMark?: string;}; Properties hasMore hasMore: boolean; isPlanRestricted isPlanRestricted: boolean; items items: SearchResult[]; nextCursorMark? optional nextCursorMark: string;