protected function prepareEntry($entry = []) { return ['html' => $entry['content'], 'content_type' => $entry['mimetype'], 'is_archived' => $entry['is_archived'] || $this->markAsRead] + $entry; }