export const getPathDataExample = (obj, n = 10) => Array.from({ length: n }, (_, i) => ({...obj}))