public function andWhereExists($column, $exists = true) { return $this->where($column, array('$exists' => $exists), '$and'); }