- Account.tweets is a set of references to Tweets.
- Tweet.author is a reference to Account.
- Accounts and Tweets are independent.
Discussion
- More symmetrical.
- What is the relationship between Account.tweets and Tweet.author?
- What relationships can be described that were not possible with embedded Tweets?
- Is there redundant information here?