@mg6maciej That's also the part I like! Makes it a lot easier to separate backend and frontend in the application. My primary issue however is duplicate classes within these responses. See the snippet I'll post below. The four classes at the top show exactly what the API returns in different endpoints, with a lot of duplicate lines. However, I could technically replace these with
GeneralArtistEntity
, but I'm wondering whether this is a good idea.