Type Alias ClientBlogCountAggregateOutputType

ClientBlogCountAggregateOutputType: {
    _all: number;
    authorIcon: number;
    authorName: number;
    clientId: number;
    content: number;
    createdAt: number;
    dbId: number;
    identifier: number;
    isPinned: number;
    isPublic: number;
    lastEdited: number;
    reactions: number;
    reactionsCount: number;
    tags: number;
    thumbnail: number;
    title: number;
    views: number;
}