GetListPivotViewEntryOptions: Pick<
    ListViewEntryOptions,
    | "mode"
    | "startsWith"
    | "column"
    | "count"
    | "direction"
    | "key"
    | "scope"
    | "start",
>

Options for GET /listspivot/{name} document operation.