Help with Data set returned data

Nope, that is one of the drawbacks with datasets: you cannot do projections (select fields to be returned). There is only one solution: switch from datasets to wix-data, run a query on the backend and filter the returned result (in the backend), then return the subset to the frontend. There is an article about this in the documentation, written by Sam, from memory.