I use an API Gateway (BFF) in front of my microservices to handle the UI needs.
For example I have a microservice which calls an external service.
In the UI I don't need (NOW) all the information which the external service provides. Should my MS pass only the currently needed data to the BFF, or pass the whole response and I should "filter" the MS response in the BFF?
For Example:
