res
MddbFile {
  _id: '84a70b17d95e662a8a307f7575b1f18223b92f34',
  file_path: '/home/kmt/Documents/w4k4.me/content/reports/2024-08.md',
  extension: 'md',
  url_path: 'reports/2024-08',
  filetype: null,
  metadata: {
    title: '2024-08「イマーシブ」',
    date: '2024-09-01T00:00:00.000Z',
    tags: [ 'lifelog' ],
    draft: true,
    tasks: [ [Object] ]
  },
  tasks: '[{"description":"hoge","checked":false,"created":null,"due":null,"completion":null,"scheduled":null,"start":null,"metadata":{}}]'
}
res.metadata.tasks[0]
{
  description: 'hoge',
  checked: false,
  created: null,
  due: null,
  completion: null,
  scheduled: null,
  start: null,
  metadata: {}
}