📄️ Data Transfer Objects (DTOs)
Data Transfer Objects (DTOs) are objects that carry data between processes. They are used to encapsulate data and send it from one part of your app to another. DTOs can be used to reduce the number of method calls and to improve performance.