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