public static function shouts(Traversable $shouts, $object = true): string
    {
        $JSON = [];

        /** @var Shoutbox $shout */