Use lazy loading for EF core
https://docs.microsoft.com/en-us/ef/core/querying/related-data/lazy
- Just be aware that there's a performance hit by not doing it up front (multiple queries)
- We got an exception for duplicate queries (not awaiting?) so I ditched it (what does this relate to?)
- lazy loading makes you lazy