Does the `Profile` interface compile, and why?interface Profile { [key: string]: number; age: number; score: number; }