const expected = {
    structures: [{ path: [], Ctor: Object }, { path: ['users'], Ctor: Array }],
    values: [
      { path: ['users', 0], value: new User('hubert', 22) },
      { path: ['users', 1], value: new User('john', 25) }