{
	"schema": "datasheet-entry",
	"context": "https://graph.movelapse.com/1.0/examples/datasheets/wellness-level/datasheet.json",
	"filters": [
		{
			"columnName": "athlete",
			"operator": "=",
			"value": "https://graph.movelapse.com/1.0/examples/athletes/john-doe.json"
		},
		{
			"columnName": "created",
			"operator": ">",
			"value": "2048-01-01T00:00:00Z"
		}
	],
	"pagination": {
		"limit": 100,
		"offset": 0,
		"total": 2
	},
	"items": [
		"https://graph.movelapse.com/1.0/examples/datasheets/wellness-level/entries/0001.json",
		"https://graph.movelapse.com/1.0/examples/datasheets/wellness-level/entries/0002.json"
	]
}