ClientFAQGroupByOutputType: {
    _count: ClientFAQCountAggregateOutputType | null;
    _max: ClientFAQMaxAggregateOutputType | null;
    _min: ClientFAQMinAggregateOutputType | null;
    answer: string | null;
    clientId: string;
    dbId: string;
    identifier: string;
    question: string | null;
}