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