OBJECT
Group of files
type FileGroup {# Primary Keyid: Int! # Unix timestamp when group was createdcreated_at: Float! # Count of files in groupcount_files: Int! # Module key, e.g. shop or commentmodule: String # Base Thing key, e.g. product/imagesthing: String # Base Thing IDthing_id: String # List of Filesfiles: [FileGroupFile] }