I have an application that has both posting and wishlist models. Users create posting and wishlist objects and hypothetically when they delete these objects that means they successfully bought or sold whatever the item was.
I want to continuously count the number of objects that are deleted for each model and I am not sure how to do it?
This way I can keep track of how successful customers are being.
Any recommendations would be greatly appreciated.