app/responses/GenericObjectResponse.scala (2 lines of code) (raw):

package responses case class GenericObjectResponse[T](status:String, itemClass:String, entry:T)