@GET(“photo/{id}”} fun listPhotos(@Path(“id”) id:Long?) : Call @LIST(“photo”) fun listPhotos() : Call<List> @GET(“photo”) fun listPhotos() : Call @GET(“photo”) fun listPhotos() : Call<List> Post navigation To persist a small collection of key-value data, what should you use? Given the test class below, which code snippet would be a correct assertion?