Vinyl
    Preparing search index...

    Interface ServiceTotals

    interface ServiceTotals {
        consecutiveCount: number;
        totalCount: number;
    }
    Index

    Properties

    consecutiveCount: number

    The number of consecutive results with this result.

    totalCount: number

    The total count with this result.