Right now in our subscribe callback, we have to go in and format the response to JSON and then set get the results property of that value. What if all subscribers don't want to have to deal with that? What if we just want to have the `SearchService` handle that aspect so that all the subscribers have to do is deal with the results array?
In `src/app/search/search.service.ts`, add the following: