API with NestJS #5. Serializing the response with interceptors
Sometimes we need to perform additional operations on the outcoming data. We might not want to expose specific properties or modify the response in some other way. In this article, we look into various solutions NestJS provides us with to change the data we send in the response. You can find the code from this […]