pub async fn get_user_total_course_points(
    conn: &mut PgConnection,
    user_id: Uuid,
    course_instance_id: Uuid
) -> ModelResult<Option<f32>>