I guess I can then simply use `select` to return f...
# community-help
g
I guess I can then simply use
select
to return few fields and limit the bandwidth
Copy code
client.collections('books').documents().search({
	query: 'harry potter',
	select: 'title,author',
})