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