Filter ->
Arg Small_items : &A|L : Product,
    Items : A|L : Product,
    Limit : Integer

- Reduce >Small_items< Items ( X : 
                                   If X.Size < Limit then 1, 0
                             )

Return