TtRPC•Created by nightspite on 4/10/2024 in #❓-help How do I exclude properties while returning data?
I basically need to create a dto's that would exclude properties like access keys etc. while returning the data to the client - so basically just striping the object on return. How can that be achieved?