FaqReturnType: {
    answer?: string | null;
    identifier: string;
    question?: string | null;
}