### Is your feature request related to a problem or challenge? As discussed [here](https://github.com/apache/iceberg-rust/pull/1484#discussion_r2189596184), we can add a new module `table_properties` to centralize all Iceberg properties ### Describe the solution you'd like ``` pub struct TableProperties { #[key="commit.num.retries", default="1"] commitRetries: i32 } ``` ### Willingness to contribute None