I have a Python script that fetches various attributes from surveys and their associated feature service for both ArcGIS Online and ArcGIS Enterprise. I am encountering a behavior where when querying the feature service, a value from the date created field ("created_date" in Portal; "CreationDate" in ArcGIS Online) is returned even if the record count is zero.
I'm not sure how there can be a date for records last added even if there is no record count. Furthermore, this date does not match the date for then the survey was created, or when it was last modified. I have provided code as an attachment.