SELECT
    cache_name,
    uploaded AS "uploaded: _",
    downloads AS "downloads: i32",
    max_downloads AS "max_downloads: i32"
FROM records;