return doc.id && doc.title === 'Hello 2' && doc.content === 'Post content 2' &&
                doc.votes === 3 && doc.status === true && doc.updatedAt;