You are totally right Denis. I should have explained it a little bit better.
I'm using the children tag to identify the parent of those items, therefore is not unique for each element. For example, if I have a request to process 5,000 payments:
* The parent key would be ""Request123456"".
* The 5,000 children (payments) will all have a tag like ""Request123456"".
This way, I can easily filter how many pending/completed/exception items I have on that Parent-Child relationship