i just tried it and i only have one object count per bullet... sure you don't have duplicate event?
edit: that was using Sprite.Count for the bullet -- it correctly counts 1 per bullet.
TotalObjects counts 2 per object (each bullet was 2, but the thing spawning bullets was also 2...)
weird