you can use the following for the amount of object that will be dropped: int(random(1,4))
This will give the number 1, 2 or 3 as a result.
You can use this with the For loop(System/Loops/For) with the following parameters:
Name: "drop items" (or whatever you want)
Start index: 1
End index: int(random(1,4))