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