diff --git a/Raylib-cs/types/Model.cs b/Raylib-cs/types/Model.cs
index 5ee312c..95450cd 100644
--- a/Raylib-cs/types/Model.cs
+++ b/Raylib-cs/types/Model.cs
@@ -107,7 +107,7 @@ public readonly unsafe partial struct ModelAnimation
///
/// Animation name
///
- public readonly char Name; // TODO CHECK IF IT WORKS
+ public readonly char[] Name; // TODO CHECK IF IT WORKS
///
public FramePosesCollection FramePosesColl => new(FramePoses, FrameCount, BoneCount);