I'm trying to filter my extract by the bank that the user select, but i'm always getting null.What am i doing wrong?const extract = await Extract.selectRecordsAsync({ fields: ["Name", "Data", "Valor", "Bank"]}).then(query => query.records)let bank...