itemlost => 0,
withdrawn => 0,
damaged => 0,
notforloan => { '<=' => 0 },
notforloan => 0,
restricted => [ { '!=' => 0 }, undef ],
'me.itype' => { -not_in => \@item_types_notforloan },
}
-