message Location { float lat = 1; float long = 2; } message Web { string name = 1; string url = 2; } message Author { string title = 1; string email = 2; repeated string categories = 3; repeated Location locations = 4; Location origin = 5; } message News { map config = 1; repeated string tags = 2; repeated Author receiver = 3; repeated Struct resources = 4; bytes profileImage = 5; bool read = 6; Struct source = 7; Author author = 8; map meta = 9; Timestamp sendDate = 10; Timestamp readDate = 11; string expires = 12; float price = 13; int64 rating = 14; string content = 15; string question = 16; string version = 17; string coffeeTime = 18; string profileUri = 19; string captcha = 20; }