[
    {
        "model-name": "User",
        "resource-file": "users.json",
        "table-name": "users"
    },
    {
        "model-name": "Product",
        "resource-file": "products.json",
        "table-name": "products"
    }
]