I’m trying to query and return a sorted list (ABC-sort on title
) where all items above a specified limit, say 10, include all columns. For everything after that index, include only metadata like id
and title
. Is this possible in a single GQL query or do I need one query for full data and another for metadata only?