pub async fn get_all_by_user_id(
    conn: &mut PgConnection,
    user_id: Uuid
) -> ModelResult<Vec<CourseModuleCompletion>>