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