func appendContentTypesFilterMods(mods *[]qm.QueryMod, f ContentTypesFilter) error {
    if utils.IsEmpty(f.ContentTypes) {
        return nil
    }