Example: ``` @KeyPath(['userId', 'projectId']) // Composite key @KeyPath('id', { autoIncrement: true }) // Auto-increment support @KeyPath('uuid', { generator: 'uuid' }) // Custom key generators ```