Unsafe assignment of type any[] to a variable of type { pages: { currentCursor: string; nextCursor: string | null; }; users: { uid: number; name: string | null; displayName: string | null; portrait: string; portraitUpdatedAt: number | null; ... 7 more ...; updatedAt: number | null; }[]; }[]