See ListCountValidatorOptions for configuration options.
import { locale } from 'filepond/locales/en-gb.js';
import { ListCountValidator } from 'filepond/extensions/list-count-validator.js';
defineFilePond({
extensions: [
// Load the BlobLoader extension
[ListCountValidator, {
// The BlobLoader properties
}]
]
})