Dont retrieve the first 3 results from a query

Hi
is it possible to make a query ignore the first {number} of results?

Hello, @mohammad_altoiher.

Do you want ignore some fields or some elements in returned array(if you used basic find).
If we talk about some field you can use “exclude” property in query builder.
If we talk about some elements in returned lists you can use “offset”.

Regards, Nikita.