{
    "messages": {
        "success": {
            "title": "Spam Comments are Normal",
            "details": "Your site has {size} spam comments, which is within acceptable limits.",
            "steps": [
                "Continue monitoring spam comments",
                "Use anti-spam plugins to prevent new spam",
                "Regular cleanup recommended"
            ]
        },
        "error": {
            "title": "Spam Comments are High",
            "details": "Your site has {size} spam comments that should be cleaned or deleted if you don`t use comments in your site.",
            "steps": [
                "Delete spam comments to free up database space",
                "Install and configure anti-spam plugins",
                "Review spam protection settings",
                "Consider automating spam cleanup",
                "Back up database before cleanup"
            ]
        }
    },
    "learn_more": {
        "description": "Spam comments can bloat your database and slow down queries. Regular cleanup and proper anti-spam measures help maintain optimal performance.",
        "benefits": [
            "Reduced database size",
            "Faster comment queries",
            "Better site security",
            "Improved user experience"
        ],
        "recommended_plugins": [
            {
                "name": "Akismet Anti-Spam",
                "type": "Free/Premium"
            },
            {
                "name": "Antispam Bee",
                "type": "Free"
            },
            {
                "name": "CleanTalk",
                "type": "Premium"
            }
        ]
    }
}