pub async fn get_countries(
    conn: &mut PgConnection,
    course_id: Uuid,
    course_instance_id: Uuid
) -> ModelResult<Vec<StudentCountry>>