export interface VentureStats {
    publicationsCount: number;
    eventsCount: number;
    commentsCount: number;
    clapsCount: number;
}
