package com.example.defenseapplication.utils data class Post( val userId: Int, val id: Int, val title: String, val body: String )