| 7 | | In this example, an ``Article`` can have multiple ``Reporter``s, and each |
|---|
| 8 | | ``Article``-``Reporter`` combination (a ``Writer``) has a ``position`` field, |
|---|
| 9 | | which specifies the ``Reporter``'s position for the given article (e.g. "Staff |
|---|
| 10 | | writer"). |
|---|
| | 7 | In this example, an ``Article`` can have multiple ``Reporter`` objects, and |
|---|
| | 8 | each ``Article``-``Reporter`` combination (a ``Writer``) has a ``position`` |
|---|
| | 9 | field, which specifies the ``Reporter``'s position for the given article |
|---|
| | 10 | (e.g. "Staff writer"). |
|---|