const users = await dataSource.getRepository(User).find({ where: { isAdmin: true }, cache: { id: "users_admins", milliseconds: 25000, }, })