Hi, I use the column called active for deleted records and use phalcon feature softDelete to mark deleted records. But I would like to add some SQL filter to avoid read deleted records from database for all entites which implement softdelete like in doctrine Doctrine SQL filter. Is it posible in Phalcon? Thank you.