Although we have optionalFilters that will boost items, these require a specific value. If your records had a value like "bestSeller=1" , you can use that filter. However, you cannot use it to write a statement like "ordered_items > 20". You can add additional logic to your script that adds the label bestSeller if an item has been ordered more than a specific number of times.