queryClient.prefetchInfiniteQueryqueryClient.prefetchInfiniteQuery. I noticed there's no infiniteQueryOptionsinfiniteQueryOptions alternative to queryOptionsqueryOptions on trpc.{aRouter}.{procedure}trpc.{aRouter}.{procedure}, so I'm assuming I have to configure queryOptionsqueryOptions somehow to get it to take.useInfiniteQueryuseInfiniteQuery I get the following error: Type 'DefinedTRPCQueryOptionsOut<LedgerResponse, LedgerResponse, TRPCClientErrorLike<{ transformer: true; errorShape: DefaultErrorShape; }>, { keyPrefix: false; }>' is missing the following properties from type 'UseInfiniteQueryOptions<unknown, Error, InfiniteData<unknown, unknown>, readonly unknown[], unknown>': getNextPageParam, initialPageParam ts(2769) Type 'DefinedTRPCQueryOptionsOut<LedgerResponse, LedgerResponse, TRPCClientErrorLike<{ transformer: true; errorShape: DefaultErrorShape; }>, { keyPrefix: false; }>' is missing the following properties from type 'UseInfiniteQueryOptions<unknown, Error, InfiniteData<unknown, unknown>, readonly unknown[], unknown>': getNextPageParam, initialPageParam ts(2769)queryOptions({...}, {getNextPageParam, initialPageParam})queryOptions({...}, {getNextPageParam, initialPageParam}) I then get Object literal may only specify known properties, and 'getNextPageParam' does not exist in type 'UndefinedTRPCQueryOptionsInObject literal may only specify known properties, and 'getNextPageParam' does not exist in type 'UndefinedTRPCQueryOptionsInJoin the Discord to ask follow-up questions and connect with the community