in internal/filters/filters.go [97:104]
func (a *and) Empty() bool { for _, f := range a.fs { if !f.Empty() { return false } } return true }