Extract the props from api response Javascript/Typescript. Do not use any looping methods

from 1000 of properties select only few properties in javascript assume properties are of API response. I dont want to use any looping methods as it will take time. Is there any alternate ways?