[
    {
        "model-name": "User",
        "resource-file": "users.json",
        "table-name": "users"
    },
    {
        "model-name": "Branch",
        "resource-file": "branches.json",
        "table-name": "branches"
    },
    {
        "model-name": "BranchStock",
        "resource-file": "branch_stocks.json",
        "table-name": "branch_stocks"
    },
    {
        "model-name": "Cancel",
        "resource-file": "cancels.json",
        "table-name": "cancels"
    },
    {
        "model-name": "BranchStockPriceHistory",
        "resource-file": "branch_stock_price_histories.json",
        "table-name": "branch_stock_price_histories"
    }
]