export default {
  group: "typography",
  pagination: {
    currentPage: 2,
    prevPagePath: "/typography/page/1",
    nextPagePath: "/typography/page/3",
    hasNextPage: true,
    hasPrevPage: true,
  },
};