string[]|null $attributes The list of attributes to rename or null for all attributes:
bool $lowerCamelCase Use lowerCamelCase style:
public function __construct(?array $attributes = null, bool $lowerCamelCase = true) { }