@@ -109,6 +109,7 @@ describe("GET /api/search", () => {
},
],
nextCursor: "abc",
+ total: 1,
});
const req = new Request(
@@ -130,6 +131,7 @@ describe("GET /api/search", () => {
expect(searchBackend).toHaveBeenCalledTimes(1);