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