When getting Blog Posts, Landing Pages and Site Pages some dates with presumably empty value are replaced with 1970-01-01T00:00:00Z
For example /cms/v3/pages/landing-pages
“deletedAt”: “1970-01-01T00:00:00Z”
“publishDate”: “1970-01-01T00:00:00Z”,
I’ve created these pages via UI (not API) and they are not deleted nor published yet, so these dates should be empty.