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