package models // Document represents a scanned document type Document struct { Filename string `json:"filename"` URL string `json:"url"` }