Type Alias ClientBlogCountAggregateInputType

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