type Result struct {
Total int `json:"total" toml:"total" yaml:"total"`
Limit int `json:"limit" toml:"limit" yaml:"limit"`
Offset int `json:"offset" toml:"offset" yaml:"offset"`
Operations []volcengine.Operation `json:"operations" toml:"operations" yaml:"operations"`
}