interface QueryHierarchyItemsResult {
    count?: number;
    hasMore?: boolean;
    value?: QueryHierarchyItem[];
}

Properties

count?: number

The count of items.

hasMore?: boolean

Indicates if the max return limit was hit but there are still more items

The list of items