pub async fn get_course_breadcrumb_info(
    conn: &mut PgConnection,
    course_id: Uuid
) -> ModelResult<CourseBreadcrumbInfo>