mineos-market-client
    Preparing search index...

    Type Alias Statistic

    System-wide statistics including user counts, publication metrics, and notable users

    type Statistic = {
        usersCount: number;
        publicationsCount: number;
        reviewsCount: number;
        messagesCount: number;
        lastRegisteredUser: string;
        mostPopularUser: string;
    }
    Index

    Properties

    usersCount: number

    Total number of registered users

    publicationsCount: number

    Total number of published items

    reviewsCount: number

    Total number of reviews posted

    messagesCount: number

    Total number of messages sent

    lastRegisteredUser: string

    Username of the most recently registered user

    mostPopularUser: string

    Username of the most popular user