I want to know that will backbone model cid will unique among multiple collection. Example: I have pageCollection and each pageCollection will contains another collection called controlCollection.
If I am creating control model, its cid will be unique among all controlCollection inside all pageCollection?
hierarchy:
pageCollection
->pageModel
->controlCollection
->controlModel