export const listDataArbitrary = fc.record({
  items: fc.array(fc.anything()),
  total: fc.nat(),
})