When I use a local scope and attempt to include a relationship (i.e., Account::with('Addresses')...) it returns the Account models with their related Address models in the response. However, when I run the same exact code in a global scope that I added to the model, the related Address models are not returned.