the JSON paths to map.
the data corresponding to each entry, used to construct queries.
constructs a JSON-Path query for a given data entry.
Optionalmapper: (scopedPaths: string[], propertyData: T | undefined) => Promise<string[]>
map function which receives the paths in the scope and returns the resolved paths.
Helper method to replace paths index with queries and additionally map the paths.