i have a jsonb file and i have written a query like below
select count(1) from table 1 where column1->>\'field1\'=input1 and column2->>\'field2\'=input2 a