package dto type TagDTO struct { ID int URL string Tag string }