Search Agents
Order By
If you want to select only a part of the available results (for example for implementing a paging functionality) you can use $skip (skip first n entities) & $top (take n entities).
You should use this two options always together.