public function whereMod($column, $divisor, $remainder) { return $this->where($column, array('$mod' => array($divisor, $remainder)), 'first'); }