If I'm not keeping a list of child_ids because I've been told that's redundant, and all the children have a reference to the parent document inside their schema, how would I go about it when I delete the parent document?
Before deleting I'd have to query all the children document with that parent id inside of it, correct? And then delete them all?