{
    "items": [
        {
            "conflictId": 1,
            "trackName": "Hello",
            "trackArtists": ["some artist"],
            "isrc": "USABC1234",
            "productId": "123",
            "displayUpc": "193483047898",
            "productName": "Hello Product",
            "conflictingOwner": "Some Company",
            "conflictDate": "2017-05-14 00:00:00",
            "territoryStandard": "ISO_3166_2106",
            "territories": [
                {
                    "name": "United States of America",
                    "code": "US",
                    "continentName": "North America"
                }
            ],
            "status": "NEW",
            "dailyAverageViews": 2,
            "tuid": 123,
            "vendorId": 123,
            "subaccountId": 456
        },
        {
            "conflictId": 2,
            "trackName": "Hello Again",
            "trackArtists": ["some other artist"],
            "isrc": "USABC1235",
            "productId": "124",
            "displayUpc": "193483041315",
            "productName": "Hello Product",
            "conflictingOwner": "Some Company",
            "conflictDate": "2017-05-14 00:00:00",
            "territoryStandard": "ISO_3166_2106",
            "territories": [
                {
                    "name": "United States of America",
                    "code": "US",
                    "continentName": "North America"
                }
            ],
            "status": "NEW",
            "dailyAverageViews": 2,
            "tuid": 123,
            "vendorId": 123,
            "subaccountId": 456
        }
    ],
    "pagination": {
        "type": "standard",
        "offset": 0,
        "limit": 50,
        "totalRecords": 2
    }
}
