I'm trying to setup a hasManyToMany relation with Phalcon models. It only seems to work when I setup an alias for the relation. If I don't set one, I can't manage to make it work! Is setting an alias mandatory for a hasManyToMany relation between models?