{
	"schema": "workout",
	"filters": [
		{
			"columnName": "conditionalCapabilities",
			"operator": "=",
			"value": "endurance"
		},
		{
			"columnName": "created",
			"operator": ">",
			"value": "2048-01-01T00:00:00Z"
		}
	],
	"pagination": {
		"limit": 4,
		"offset": 0,
		"total": 5
	},
	"items": [
		"https://graph.movelapse.com/1.0/examples/workouts/baekdu.json",
		"https://graph.movelapse.com/1.0/examples/workouts/chechia.json",
		"https://graph.movelapse.com/1.0/examples/workouts/cooper-test.json",
		"https://graph.movelapse.com/1.0/examples/workouts/formosa.json"
	]
}