untypedQuery.data?.users.map(x => {
    x.id - 1;
    x.name.toLowerCase();
  });