I have this query in info.plist
of extension:
SUBQUERY(extensionItems, $extensionItem, SUBQUERY($extensionItem.attachments, $attachment, ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.plain-text").@count >= 1).@count >= 1
Here count >=1 means more than 1 file can be import using extension. I want something like count<=10 but < is showing error.
How < can be implemented here?