linXiv frontend (TS/JS)
    Preparing search index...

    Type Alias Stats

    type Stats = {
        category_count: number;
        paper_count: number;
        pdf_count: number;
        recent_papers: PaperDetails[];
        tag_count: number;
    }
    Index
    category_count: number
    paper_count: number
    pdf_count: number
    recent_papers: PaperDetails[]
    tag_count: number