HI, I'm trying to implement a REST api using the mvc pattern. I edited the example on github https://github.com/phalcon/mvc/tree/master/simple-subcontrollers, where I removed the views and everything linked to volt, thus having a kind of MVC without 'V', since I'm returning json objec "(json encode)", but having a blank answer. What could be the problem ?