@shortcut/client
    Preparing search index...

    Interface StoryStats

    The stats object for Stories

    interface StoryStats {
        num_related_documents: number;
    }
    Index

    Properties

    num_related_documents: number

    The number of documents related to this Story.

    int64