import ExpoModulesCore

struct Track: Record {
    @Field
    var id: Int = 0

    @Field
    var name: String = ""
}
