function Default() return { value = 1, another_value = 2, second_level = { value = 3, another_value = 4, third_level = { value = 5, another_value = 6, }, }, } end