Member Junction
    Preparing search index...

    Description of the source record (the current default survivor) being reasoned over.

    interface ReasoningSourceRecord {
        DependentCount: number;
        Label: string;
        Provenance: string;
        RecordID: string;
    }
    Index

    Properties

    DependentCount: number

    Approximate count of dependent records, for the "cheapest to retain" heuristic.

    Label: string

    Human-readable label (name-field value, falling back to the key).

    Provenance: string

    Provenance hint (e.g. "Local"); free-form, surfaced in the instructions.

    RecordID: string

    The source record id (URL-segment composite key).