[ { "username": "john_doe", "passwordHash": 12345, "fullName": "John Doe", "courses": [ 1, 2 ], "rounds": [ { "course": 2, "dateTime": [ 2025, 10, 7, 9, 4, 6, 798620300 ], "startingHole": { "number": 3, "par": 5 }, "plays": [ { "holeNumber": 3, "swings": [ { "distance": 1000, "clubUsed": { "manufacture": "Generic", "nickname": "Tyler", "clubType": "DRIVER" } }, { "distance": 250, "clubUsed": { "manufacture": "Generic", "nickname": "Tyler", "clubType": "DRIVER" } } ], "distance": 1250, "swingCount": 2 }, { "holeNumber": 4, "swings": [ { "distance": 125, "clubUsed": { "manufacture": "Generic", "nickname": "Dman", "clubType": "DRIVER" } } ], "distance": 125, "swingCount": 1 } ], "currentHoleIndex": 4, "totalDistance": 1375.0, "currentHole": { "number": 5, "par": 3 }, "totalSwings": 3 } ], "clubs": [ { "manufacture": "TaylorMade", "nickname": "Old Faithful", "clubType": "DRIVER" }, { "manufacture": "Callaway", "nickname": "Lucky Seven", "clubType": "IRON" } ] } ]