I am trying to improve the performance of my app by limiting the amount of data that is being transmitted between the app and the REST database.
So I want to limit the number of columns of data that are being returned. What is the best way of doing this?
Thanks