When trying to count some data using this way:
https://docs.phalcon.io/en/latest/reference/models.html#generating-calculations
User::count(array('name' => 'Foo'));
It always returns the full range of users so I get x instead of 1.
For me its weird because I'm sure it worked.