SurveyRespondentListDto: {
    nextCursor: string | null;
    respondents: {
        displayName: string | null;
        submitted: boolean;
        submittedAt: string | null;
        userId: string | null;
    }[];
}