SurveyTextAnswerListDto: {
    answers: {
        respondentName: string | null;
        submittedAt: string;
        text: string;
    }[];
    nextCursor: string | null;
}