08_pp_files - fasteiner/Notion GitHub Wiki
PageProperty: Files
classDiagram
class notion_files_page_property {
[notion_page_property_type]$type = [notion_page_property_type]::files
[notion_file[]] $files
ConvertFromObject()
}
`PagePropertiesBase` --|> `notion_files_page_property`:inherits