For example, I get response from server with regular object:
obj = {count: 1, returned : 1}
I need to save this object in data model and after transfer this in the next requests to server.
So, it should be model, that I can get in any class in Laravel. How I can do it?