pub async fn get_course_average_duration(
    conn: &mut PgConnection,
    course_instance_id: Uuid
) -> ModelResult<Option<i64>>