We have a lean function for returning a plain javascript object instead of full fledged mongoose document.
Do we have something similar for typesense search function as well.
I don't find anything in docs/
k
Kishore Nallan
03/16/2023, 10:09 AM
You can use the
include_fields
parameter to return only the fields you want in the response.