interface LimitNodeParameters { keep?: "firstItems" | "lastItems"; maxItems?: number;}
When removing items, whether to keep the ones at the start or the ending Default: "firstItems"
If there are more items than this number, some are removed Default: 1 Type options: {"minValue":1}
When removing items, whether to keep the ones at the start or the ending Default: "firstItems"