AggregateClientBlog: {
    _avg: ClientBlogAvgAggregateOutputType | null;
    _count: ClientBlogCountAggregateOutputType | null;
    _max: ClientBlogMaxAggregateOutputType | null;
    _min: ClientBlogMinAggregateOutputType | null;
    _sum: ClientBlogSumAggregateOutputType | null;
}

Model ClientBlog