pub async fn get_course_top_level_pages_by_course_id_and_visibility(
    conn: &mut PgConnection,
    course_id: Uuid,
    page_visibility: PageVisibility
) -> ModelResult<Vec<Page>>
Expand description

Gets all pages that belong to the given course but not in any chapter.