|
|
|
|
|
by jmalicki
124 days ago
|
|
Depending on how it's nested, you could denormalize, think of how you could denormalize a one-to-many SQL relationship So if you have a user that has many automobiles, maybe instead of Autos: [...] you could do Auto1Make Auto2Make etc. |
|