package work // WorkDTO is a read model for a work, containing only the data needed for API responses. type WorkDTO struct { ID uint Title string Language string }