I hear what you are saying Dallin, but let me add some contrast.
If you are building out an API, you may want to cache the entire response. If you are caching the entire response and adding the mutator on the end of the response, you’re good.
It tackles some heavy lifting for you, instead of writing out the getter, and having to call the getter later in your JSON response.