It work with me like that. You can try
const fetchAllAssets = async () => {
const assetQuery = {
fields: ['id', 'asset_id', 'title', 'pex_copies'],
filter: {
pex_copies: {
_nnull: true
}
}
}
}