Hi i'm tying to perform a subquery in a column, its works fine, but i cannot assign it to any model with the c. do not works, if only metas work but i cannot access from any object only direct $row->metas i would like to access like it $row->c->metas
->columns( array( 'c.','m.', 'm2.*', 'c.metas' => $this->groupConcat(array('chave' => 'valor'), 'FROM \Apps\Models\ConteudosMeta as cm where cm.id_conteudo = c.id')));
thanks