async fn get_page_by_path(
    conn: &mut PgConnection,
    course_id: Uuid,
    url_path: &str
) -> ModelResult<Option<Page>>