The statuses in this model are not full statuses but we expect them, so parsing a response that contains one fails.
com.squareup.moshi.JsonDataException: Required value 'account' missing at $[0].statuses[1]
Since we don't even use the attribute, we can just remove it to fix the bug.
https://docs.joinmastodon.org/entities/Announcement/
The statuses in this model are not full statuses but we expect them, so parsing a response that contains one fails.
com.squareup.moshi.JsonDataException: Required value 'account' missing at $[0].statuses[1]
Since we don't even use the attribute, we can just remove it to fix the bug.
Closes #4696