# Sandbox.Package.FindResult

A result from the call to FindAsync

- Kind: class
- Assembly: `Sandbox.Engine`

## Constructors

- [`FindResult`](/api/Sandbox.Package.FindResult/.ctor)

## Properties

- [`Facets`](/api/Sandbox.Package.FindResult/Facets): Facets particular to this search
- [`Milliseconds`](/api/Sandbox.Package.FindResult/Milliseconds): The amount of time the query took
- [`Orders`](/api/Sandbox.Package.FindResult/Orders): A list of sort orders. There may be other sort orders, but we provide a list here that can be easily used to save rewriting the same code over and over.
- [`Packages`](/api/Sandbox.Package.FindResult/Packages): A list of packages retrieved
- [`Properties`](/api/Sandbox.Package.FindResult/Properties): Binary options
- [`Tags`](/api/Sandbox.Package.FindResult/Tags): A list of tags relevant to this search
- [`TotalCount`](/api/Sandbox.Package.FindResult/TotalCount): The total amount of packages
