pubmed-client (Node.js)
    Preparing search index...

    Interface DatabaseCount

    Record count for a single NCBI database from the EGQuery API

    interface DatabaseCount {
        count: number;
        dbName: string;
        menuName: string;
        status: string;
    }
    Index
    count: number

    Number of matching records

    dbName: string

    Internal database name (e.g., "pubmed", "pmc")

    menuName: string

    Human-readable database name

    status: string

    Query status (e.g., "Ok")