it("should return max data when limit reached", async () => {
      const result = await fetchPage([], [], model, 10, 1, 1, 3);
      expect(result).toEqual("max-data-limit");
    });