I'm a little confused by the API in the `comments_controller`. why is authentication required to view the comments for a post? the API pre-redesign allowed it just fine. however, more importantly, why does it just return the pre-rendered HTML, which is unusable for client applications? if possible, can a route be added that just returns the comments objects like the pre-redesign /comment/search.json?post_id={id}?