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

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

Return