This doesn't cause a query, but touching the ->User relationship does anyway. Might as well load both the User and
LastModifiedUser relationships when loading reports for a list.
This isn't an uncommon pattern and you'll see it in things like threads as well. We don't always directly require a relationship and use denormalized data instead.