package model

type File struct {
	Name     string `json:"name"`
	Size     int64  `json:"size"`
	FullName string `json:"full_name"`
}