public function getPublicUserCount() { return $this->countBy(array('status' => User::STATUS_ACTIVE, 'is_public' => true)); }