ClientGroupByOutputType: {
    _avg: ClientAvgAggregateOutputType | null;
    _count: ClientCountAggregateOutputType | null;
    _max: ClientMaxAggregateOutputType | null;
    _min: ClientMinAggregateOutputType | null;
    _sum: ClientSumAggregateOutputType | null;
    clientId: string;
    dashWhitelist: string[];
    dbId: string;
    recentWhitelist: string[];
    staff: string[];
    statChannels: number | null;
    statusRoles: number | null;
    totalClips: number | null;
    totalGiveaways: number | null;
    totalNotifications: number | null;
    totalVods: number | null;
}