- Improve testing in eager loading a lot
- The problem with the old approach is that it was looping over each result, and then recursing in and doing it's loading. But in reality we should only load from a table in a capacity once (tomany, toone).
- The eager loading is behaving correctly now