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