Task

{
  "_id": String,
  "type": String,
  "users": [ String ],
  "attachments": [
    {
      "status": String,
      "file_name": String,
      "url": String,
      "content_type": String
    }
  ],
  "title": String,
  "description": String,
  "due_date": Date,
  "creation_date": Date,
  "updated_date": Date
}