Notifications are missing `isNew` and `read` fields
The tutorial says: "Our fake API is already sending back the notification entries with isNew and read fields, so we can use those in our code."
But the notifications sent from the server don't seem to have those fields: https://github.com/reduxjs/redux-essentials-example-app/blob/49fd0eab438e738bf5cb54431fd75dc4ae0fb817/src/api/server.js#L290-L301
Yeah, I changed the API contents when I updated it to cover RTK Query, but I forgot to remove that line from the text.
OK. I'm having some strange unexpected behavior wrt these fields in this part of the tutorial. I thought it might be related to these missing fields, but I'm not sure it is.