about: show notes in overviews trip

Content-Type: application/json

//json body
[
nit_id:number[int],
note:string[text],
name:string[varchar],// editor name
profile_picture_url:string //gen by backend
is_editable:boolean[bool] // if collab_id == user_id
]