* @return int|string */ public static function getMessageCount() { return self::where(['status' => 0, 'uid_receive' => UID])->count(); } }