Coda by Ian Macalinao
    Preparing search index...

    Interface FixedCountNode

    A count strategy that fixes the number of items at a constant value.

    interface FixedCountNode {
        kind: "fixedCountNode";
        value: number;
    }
    Index
    kind: "fixedCountNode"
    value: number

    The fixed number of items.