It is possible to limit the properties returned from an api call using the content delivery api? We have a list of articles for a slider and only need the title, intro and image for an overview but currently get all data when using the /umbraco/delivery/api/v1/content/item endpoint. This seems like a bit too much data so would like to be able to "select" the specific properties we need.