package models type Query struct { Depth int `json:"depth,omitempty"` RegExp string `json:"regExp,omitempty"` }