If you use the $skip and $top parameters together, the $skip parameter is applied first.
By using the $skip and $top parameters, you can implement the pagination of records. However, there is no parameter to learn the number of records that meet a particular request.
If you want to skip the first five records from the list and obtain the rest of the records, you use the following parameter string: $skip=5.