Hello

In Node-RED, I'm making an API call to retrieve historical data from functions within an installation. I'm curious about three keys in the response. At the beginning of each incoming object, there are keys named "total," "last," and "count." What do these three keys represent?

These parameters are documented in the API-specification as follows

count 	integer 	The count of results returned in this result set.
last 	number		The unix timestamp (with decimals) for the oldest entry in the data.
total 	integer	 	The total amount of entries with these filter parameters.