Family Filters
Family Name Filters
Get the id's of families whose name start with
$families := $[type = "Family" and values.isEditable = true and values.familyCategory.type = "Model" and $match(name, /^NLRS/)].id
combine this with:
$allfamilysymbols := $[type = "FamilySymbol" and parent.id in $families].{
"id": id,
"type": type,
"name": name,
}