interface DocumentPassagesSearchLimit {
    limit?: number;
}

Properties

Properties

limit?: number

Maximum number of items.

int32

1

10