package entity type Category struct { ID int64 PartnerID int64 Name string CreatedAt int64 UpdatedAt int64 }