We can handle a 204 with ```kotlin suspend fun updateStatusOnServer(): NetworkResponse<Unit, ErrorType> ``` But here the response can only be `Unit`. But what if I can have a 200 responses when there is _new content_ and 204 when there is no new content?