public function andWhereLt($column, $value) { return $this->where($column, array('$lt' => $value), '$and'); }