Currently, the only way (?) for the frontend to know if a news item has an image attached is to send a request to the backend to try and fetch it. If we add a boolean property, we can avoid spamming the backend with a bunch of requests which will end up 404:ing anyway.