pub async fn history(
    conn: &mut PgConnection,
    page_id: Uuid,
    pagination: Pagination
) -> ModelResult<Vec<PageHistory>>