I'm using Phalcon to building just a REST API and I wanted to know the advantages and disadvantages of using the Models. Is it just creating more overhead then I really need? Also if I need to write a bunch of custom queries to do joins, what is the best way to handle in Phalcon? I like the query builder, but is it just as easy to write out the queries out in phql instead?