> For the complete documentation index, see [llms.txt](https://gchandra.gitbook.io/big-data-and-tools-with-nosql/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gchandra.gitbook.io/big-data-and-tools-with-nosql/nosql/mongodb/fun-task.md).

# Fun Task

How will you Model a Tweet into a JSON Document. Remember it's not just creating Key: Value pairs.

(This is to test your design not how Twitter does it)

```
creation date and time
user name
actual name
user profile pic
user verification status (paid or celebrity or company)
hash tags
mentions
tweet text
likes
comments
retweets
tweet status
bookmarks
```
