COMPLEX ENTITY pattern to improve the performance of large queries
Many times having many relationships in the database and trying to fetch all the data can take too long, for this a complex entity pattern can be used to solve the problem