Type Alias Pagination

Pagination: {
    limit?: number;
    offset?: number;
}