c-sharp Let's talk about mapping objects in c-sharp (C#) Intro In this post I will focus on two things: Why should we map our models (database, external api dtos...) to a different object before exposing the data in a API response? How