package main
|
|
|
|
type ExtraAttributes struct {
|
|
Trivia interface{} `json:"trivia`
|
|
Items []interface{} `json:"items"`
|
|
}
|