In the context of [[Bevy]] and it's [[ECS]]: ```rust struct Person { id: u64, name: &str } ```