How to construct a REST query to request a single element from a Array field in the database ?
I have a REST database with an Array type. The array contain numerous long strings. I want to be able to query the database, and for every record returned, I only to get the first element from the Array field.
Is there a way to do this ?
The purpose for this is to minimize data transfer and improve performance.
Please help. Thanks