pub async fn get_page_navigation_data(
    conn: &mut PgConnection,
    page_id: Uuid
) -> ModelResult<PageNavigationInformation>