ClientChangelogGroupByOutputType: {
    _count: ClientChangelogCountAggregateOutputType | null;
    _max: ClientChangelogMaxAggregateOutputType | null;
    _min: ClientChangelogMinAggregateOutputType | null;
    changes: string[];
    clientId: string;
    date: Date;
    dbId: string;
    identifier: string;
    isPublic: boolean;
    thumbnail: string | null;
    title: string;
}