using Gtk 4.0; template ListItem { child: Label { label: bind template.item as <$RecentObject>.filename; }; }