function (table as table, offset as number, skip as number, take as number) as table
table
offset
skip
take
Table.FromRecords({[CustomerID=1,Name="Bob",Phone="123-4567"],[CustomerID=3,Name="Paul",Phone="543-7890"]})