Is there a name for when a back-end API paginates/batches responses as a middleman between its own front-end client and a third party? BE receives request from FE, makes request to 3P, receives response w/a “nextLink”, and passes both response and nextLink to the FE?