pub async fn check_if_course_exists( conn: &mut PgConnection, course_id: Uuid, ) -> Result<bool, Error>