```type List struct { Subject interface{} `jso...
# talk-kratos
b
Copy code
type List struct {
    Subject interface{} `json:"subject"`
    Id string `json:"id"`
}