Properties
| NAME | TYPE | DESCRIPTION |
total | integer | Total number of migrations that matched your query. |
migrations | array | List of migrations. Can be one of: |
Example
JSON
{
"total": 5,
"migrations": ""
}
JSON
{
"total": 5,
"migrations": ""
}