package models type Document struct { Filename string `json:"filename"` URL string `json:"url"` } type MergeRequest struct { Filenames []string `json:"filenames"` }