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