With can.Model.model if I returned the raw value passed from a findOne
for instance I'd get my raw JSON response. Now with parseModel I
get a can observe even though I don't need that here. Can I not do
that?
And can someone please answer this once and for all ... if I'm not
doing and CRUD, just get's of JSON objects do I really need can.Model?
++ Also seems that parseModel is being called twice after a request?