For example, there are a Dog and a Cat Object, and they all have the same property "owner", how can I delete all the dog and cat which have the same owner in the database? Do I have to delete them individually? It bothers me because I need to delete so many objects at a time based on a property they all have.For example, there are a Dog and a Cat Object,