The goal of the BFF pattern is to decouple the front-end applications from the back-end services and to reuse the APIs while ensuring that it doesn't cause over-fetching or over-requesting on the client-side. This is accomplished by developing a dedicated back-end for each front-end service
AVOID OVER FETCHING AND UNDER FETCHING ISSUE.