Response details in the widget response.

interface WidgetResponseResponse {
    docs: WidgetResponseDoc[];
    numFound: number;
    start: number;
}

Properties

Properties

numFound: number
start: number