export const createDummyArray = (countItems: number) => Array.from(Array(countItems).keys());