pub async fn get_all_research_form_answers_with_user_id(
    conn: &mut PgConnection,
    user_id: Uuid
) -> ModelResult<Vec<ResearchFormQuestionAnswer>>