it("should return empty string when fetch correctly", async () => {
      const result = await fetchPage([], [], model, 1, 1, 1, 10);
      expect(result).toEqual("");
    });