Could really use some help using queryRecord

I can’t seem to get my model to return from the store, I’m using mirage and in the console mirage properly logs that the correct user is being queried but I can’t access any of the user’s properties in my model hook at all, and logging anything to the console gives me either a generic model class or undefined.

I created a stack overfow with my troubles, hoping someone can explain what’s happening here?