Articles properties currently contain the complete entry, not an id, which is troublesome for a few reasons, one of which is the unnecessary replication of that entry as it will be saved once in the entry collection and once in the article collection.
Make it so that an Article only ever has a reference to an Entry, separating the Entry collection from the Article collection.
Articles properties currently contain the complete entry, not an id, which is troublesome for a few reasons, one of which is the unnecessary replication of that entry as it will be saved once in the entry collection and once in the article collection.
Make it so that an Article only ever has a reference to an Entry, separating the Entry collection from the Article collection.