pub async fn get_thresholds_by_id(
    conn: &mut PgConnection,
    course_instance_id: Uuid
) -> ModelResult<Threshold>