FaqReturnType: {
    answer: string | null;
    clientId: string;
    dbId: string;
    identifier: string;
    question: string | null;
}