package asset import ( "github.com/google/uuid" ) type Category struct { ID uuid.UUID Name string Icon string Color string CardType string Featured bool Description string }