pub async fn upsert_research_form_questions(
    conn: &mut PgConnection,
    questions: &[NewResearchFormQuestion]
) -> ModelResult<Vec<ResearchFormQuestion>>