Streams (Live) API - Default sort order for LIST - Reviews

Let’s say I were to define a Streams Endpoint (see below) that allows me to retrieve (LIST) Google My Business reviews by Entity ID.

What is the default sort order for the Reviews that are returned? Are the reviews sorted by “reviewDate” desc (newest to oldest)?

Thanks!

====

{
“$id”: “reviewsByEntityID”,
“$schema”: “https://schema.yext.com/config/streams/streams-api/v1”,
“name”: “Reviews API by Entity ID”,
“stream”: {
“source”: “reviews”,
“filter”: {
“publishers”: [“googlemybusiness”]
},
“fields”: [
“rating”,
“content”,
“reviewDate”,
“comments”,
“entity.id”,
“entity.name”,
“entity.address”
]
},
“fieldIndexes”: [
{“field”: “entity.id”}
]
}