{
    "messages": {
        "info": {
            "title": "Inodes (File Count)",
            "details": "An inode represents a file or folder. Hosting plans often have inode limits, separate from disk space, which can impact sites with many images or cache files."
        }
    },
    "learn_more": {
        "description": "Inode limits restrict the total number of files and folders you can store:",
        "benefits_title": "Why it matters:",
        "benefits": [
            "Limit: Shared hosting plans, in particular, often impose strict inode limits (e.g., 100k, 250k, 500k). Exceeding this limit can prevent you from creating new files or receiving emails.",
            "Consumption: Every WordPress core file, theme file, plugin file, image upload (including thumbnails), cache file, and email stored on the server uses one inode.",
            "Impact: Sites with many images, products, or extensive caching can hit inode limits even if disk space usage is low.",
            "Check: Always ask potential hosts about their inode limits, especially for shared or budget plans."
        ]
    }
} 