pub async fn update_page_edit_status(
    conn: &mut PgConnection,
    id: Uuid
) -> ModelResult<()>